Target Audience: Researchers working with complex survey data who need to account for design effects and assumption violations
Prerequisites: Workshop 1 or equivalent knowledge of basic bivariate analysis
Materials Needed: Statistical software with survey analysis capabilities, complex survey datasets
By the end of this workshop, participants will be able to:
The Problem: Analyzing child immunization rates by state using NFHS-5 data
Naive Approach:
Survey-Aware Approach:
The Impact: Design-corrected standard errors were 2.3 times larger on average. What seemed like strong evidence became much more uncertain.
Ignoring survey design doesn't just affect statistical precision - it can lead to completely wrong policy conclusions.
Design Effect (DEFF) = Design-based variance / Simple random sample variance
Cause: Observations within clusters are more similar than random
Impact: Reduces effective sample size, inflates standard errors
Solution: Design-based standard errors, finite population correction
Cause: Unequal selection probabilities across subgroups
Impact: Biased estimates if weights ignored
Solution: Weighted analysis for all population estimates
Cause: Systematic sampling within homogeneous strata
Impact: Usually improves precision (DEFF < 1)
Solution: Account for stratification in variance estimation
Cause: Hierarchical sampling (PSU → household → individual)
Impact: Complex correlation structure
Solution: Multi-level variance estimation
Scenario: Comparing child stunting rates between urban and rural areas using NFHS-5 data
Calculate both approaches:
| Approach | Urban % (SE) | Rural % (SE) | Difference (SE) | 95% CI | p-value |
|---|---|---|---|---|---|
| Naive (ignore design) | 35% (±____) | 42% (±____) | 7% (±____) | _____ to _____ | _____ |
| Design-based | 35% (±____) | 42% (±____) | 7% (±____) | _____ to _____ | _____ |
Interpretation Questions:
Research Question: How does the urban-rural stunting gap vary by wealth quintile?
| Wealth Quintile | Effective Sample Size | Expected SE (%) | Minimum Detectable Difference |
|---|---|---|---|
| Poorest (Q1) | _____ (37,000 ÷ DEFF) | _____ | _____ % points |
| Richest (Q5) | _____ (37,000 ÷ DEFF) | _____ | _____ % points |
Design Questions:
Non-normality: Highly skewed income data
Unequal variances: Different spread across groups
Outliers: Extreme values affecting means
Small samples: Central limit theorem doesn't apply
Clustered data: Non-independent observations
Non-parametric tests: Mann-Whitney, Kruskal-Wallis
Bootstrap methods: Empirical confidence intervals
Welch's t-test: Unequal variances
Trimmed means: Reduce outlier influence
Permutation tests: No distributional assumptions
Step 1: Visual Inspection
Step 2: Formal Tests
Step 3: Effect Assessment
Step 4: Method Selection
Dataset: Household expenditure data with known distributional challenges
Identify violations:
| Assumption | Evidence | Violated? | Severity |
|---|---|---|---|
| Normality | Mean >> Median in all groups | Y/N | Mild/Moderate/Severe |
| Equal variances | SD ranges from ₹18K to ₹45K | Y/N | Mild/Moderate/Severe |
| No outliers | 5% extreme values identified | Y/N | Mild/Moderate/Severe |
Compare four analytical approaches:
| Method | Test Statistic | p-value | Effect Size | Recommendation |
|---|---|---|---|---|
| Standard ANOVA (means) | F = 89.4 | < 0.001 | η² = 0.17 | Use/Don't use |
| Welch ANOVA (unequal var) | F = 67.2 | < 0.001 | η² = 0.14 | Use/Don't use |
| Kruskal-Wallis (medians) | H = 1,847 | < 0.001 | η² = 0.23 | Use/Don't use |
| Bootstrap ANOVA | F = 89.4 | < 0.001 | Bootstrap CI | Use/Don't use |
Decision Framework:
Your Recommendation: Which method would you choose and why? Consider both statistical validity and practical interpretation.
| Analysis Type | Effect Size Measure | Small | Medium | Large | Policy Relevant |
|---|---|---|---|---|---|
| Group differences | Cohen's d | 0.2 | 0.5 | 0.8 | Context-dependent |
| Correlations | Pearson's r | 0.1 | 0.3 | 0.5 | r > 0.2 often meaningful |
| Variance explained | R² or η² | 0.01 | 0.06 | 0.14 | Even 1% can matter |
| Categorical associations | Cramer's V | 0.1 | 0.3 | 0.5 | V > 0.15 often meaningful |
Development-Specific Considerations:
Scenario: Evaluating the relationship between mother's education and child vaccination
Multi-Dimensional Interpretation:
| Perspective | Metric | Value | Interpretation |
|---|---|---|---|
| Statistical | Correlation (r) | 0.31 | _____ (Small/Medium/Large) |
| Clinical | Rate difference | 31 percentage points | _____ (Meaningful/Not meaningful) |
| Policy | Number needed to treat | _____ (1/0.31) | _____ mothers need education for 1 additional vaccination |
| Explanatory | Variance explained | 9.6% | _____ % of vaccination differences explained |
Integration Questions:
The Problem: When testing multiple hypotheses simultaneously, the probability of finding at least one "significant" result by chance increases rapidly.
Example: Testing 20 independent comparisons at α = 0.05
| Adjustment Method | When to Use | Adjustment | Pros/Cons |
|---|---|---|---|
| Bonferroni | Independent tests, conservative approach | α/m (m = number of tests) | Simple but overly conservative |
| Holm-Bonferroni | Sequential testing, more power | Step-down procedure | Less conservative than Bonferroni |
| False Discovery Rate | Exploratory analysis, many tests | Control proportion of false discoveries | Higher power, acceptable error rate |
| No Adjustment | Pre-specified hypothesis, single test | α = 0.05 | Use only with strong justification |
Scenario: Testing immunization rate differences across 28 Indian states
Strategic Decisions:
| Approach | Significant Differences | Interpretation | Recommendation |
|---|---|---|---|
| No adjustment | 89 | Almost all states differ significantly | Use/Don't use |
| Bonferroni | 12 | Only extreme differences are significant | Use/Don't use |
| FDR control | 34 | Balance between discovery and false positives | Use/Don't use |
| Effect size focus | Focus on magnitude, not p-values | Emphasize practical significance | Use/Don't use |
Alternative Strategies:
Your Recommendation: Given this is exploratory analysis for policy prioritization, which approach would you choose? Consider both statistical validity and practical utility.
Advanced Bivariate Analysis Checklist:
Before Analysis:
During Analysis:
Reporting Results:
Sophisticated bivariate analysis requires matching methods to data characteristics and research goals. Survey design effects, assumption violations, and multiple testing concerns are not obstacles to overcome - they're realities to acknowledge and address systematically.
Survey Analysis Software:
Robust Methods References:
Effect Size Calculators:
Next Steps in ImpactMojo:
This handout is part of the ImpactMojo 101 Knowledge Series
Licensed under CC BY-NC-ND 4.0 • Free to use with attribution • www.impactmojo.in
For survey analysis code templates, robust method tutorials, and effect size interpretation guides, visit the ImpactMojo platform.